home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1987 October / Ahoy_Magazine_87-10_1987_Double_L_Side_A.d64 / Bytes 'R' Us 64 (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  285b  |  9 lines

  1. 1 rem *** bytes 'r' us (64) ***
  2. 2 s=700:rem change s to relocate
  3. 3 printchr$(147):print
  4. 4 forj=stos+23:reada:pokej,a:x=x+a:nextj
  5. 5 ifx<>3448thenprint"error in data...":end
  6. 6 print"data ok.  sys"s"for bytes...":end
  7. 7 data166,43,232,232,134,251,165,45,56,229,251,170
  8. 8 data164,46,176,1,136,152,56,229,44,76,205,189
  9.